ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / GenericDocument<PageType,PagesCollectionType> Class / Pages Property

In This Topic
    Pages Property (GenericDocument<PageType,PagesCollectionType>)
    In This Topic
    Gets or sets a reference to the document's page.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Pages As PagesCollectionType
    public new PagesCollectionType Pages {get;}
    See Also